home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16009 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: nntp1.best.com!usenet
  2. From: javaprog@best.com (John Lockwood)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Rogue Wave: assign RWCSubString to RWCString (how does it work?)
  5. Date: Tue, 09 Apr 1996 01:37:03 GMT
  6. Organization: Best Internet Communications
  7. Message-ID: <4kcf0f$rfm@nntp1.best.com>
  8. References: <4kc6dl$d58@cpcug.org>
  9. NNTP-Posting-Host: javaprog.vip.best.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. johne@cpcug.org (John Emmerling) wrote:
  13.  
  14. >In Rogue Wave's documentation of the RWCTokenizer class there is an
  15. >example of using the "()" operator which returns an RWCSubString.  The
  16. >return value is stored in an RWCString.  Yes the code example works, 
  17. >however I am at a loss to understand how.
  18.  
  19. >I can't find any "=" operator, type conversion, etc. that would support
  20. >assigning an RWCSubString to an RWCString.  
  21.  
  22. Well, I don't have the source currently installed on this machine, but
  23. if you'll pardon a (not too) wild guess, how about RWCSubString -->
  24. const char * --> RWCString?  
  25.  
  26.  
  27.  
  28.  
  29. Regards,
  30.  
  31.  
  32.  
  33. John Lockwood
  34. john@wwg.com
  35. javaprog@best.com
  36. http://www.best.com/~javaprog
  37.  
  38.